Website Optimization
PageSpeed Score
Criteria | Meet Specification |
---|---|
Critical Rendering Path |
|
Getting Rid of Jank
Criteria | Meet Specification |
---|---|
Frame Rate |
Optimizations made to |
Computational Efficiency |
Time to resize pizzas is less than 5 ms using the pizza size slider on the |
Documentation
Criteria | Meet Specification |
---|---|
README |
A |
Comments |
Comments in |
Tips to make your project standout:
Research, identify and use build tools (For example: Gulp - see Web Tooling and Automation) to automatically perform optimizations such as minification of CSS and JS and image optimizations. If build tools are implemented, include the package.json and js files as well as both the source and the destination directories in the submission. If build tools are used, the code in the dist folder will be evaluated, so be sure the dist folder contains a working, post-task-runner, version of the project. All steps necessary to download, configure and implement the task runner on the reviewer's desktop should be included in the README.md file.